body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fef1e0;
}
h1.center {
    text-align: center;
    color: #ffffff;
    text-shadow: 
        -2px -2px 0 #800000,  
        2px -2px 0 #800000,
        -2px 2px 0 #800000,
        2px 2px 0 #800000;
        margin-bottom: 50px;
}
table, th, td {
    margin-top: 200px;
    background-color: #fef1e0;
    width: 100%;
    font-size: 24px;
    color: #800000;
    padding: 15px;
    text-align: center;
    vertical-align: center;
    border-bottom: 1px solid #800000;
}

